Collection which allows converting the items through a select clause and cache the converted items.
オブジェクト モデル
シンタックス
'宣言
Public Class C1ConvertDataCollection
(Of As Class,
As Class)
Inherits C1WrapDataCollection(Of T)
Implements IDataCollection(Of T), ISupportAsyncLoading(Of T), ISupportConnection, ISupportCreateNewItem(Of T), ISupportEditing(Of T), ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportIndexing(Of T), ISupportPaging, ISupportRangeEditing(Of T), ISupportRefreshing, ISupportSorting, ISupportSource, ISupportVirtualization
public class C1ConvertDataCollection<,> : C1WrapDataCollection<T>, IDataCollection<T>, ISupportAsyncLoading<T>, ISupportConnection, ISupportCreateNewItem<T>, ISupportEditing<T>, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportIndexing<T>, ISupportPaging, ISupportRangeEditing<T>, ISupportRefreshing, ISupportSorting, ISupportSource, ISupportVirtualization
where S: class
where T: class
型パラメータ
- S
- The type of the items in the source collection.
- T
- The type of the items in the collection.
継承階層
参照